home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q96 / 2 / 71.TXT < prev   
Text File  |  1993-08-30  |  2KB  |  48 lines

  1. DOCUMENT:Q96271  20-JUL-1993  [W_NT]
  2. TITLE   :INF: Chaining Parent PSP Environment Variables
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. --------------------------------------------------------------------
  13.  
  14. Summary:
  15.  
  16. Some MS-DOS-based applications change the environment variables of
  17. their parent applications by chaining through the program segment
  18. prefix (PSP). This functionality is not provided under Windows NT if
  19. the parent is a 32-bit application.
  20.  
  21. When an MS-DOS-based application starts from a single command shell
  22. (SCS), it inherits a new copy of environment variables. Any attempts
  23. by the application to modify its parent's environment variables are
  24. unsuccessful. When the application closes, the SCS is restored to its
  25. original state. If another MS-DOS-based application starts, none of
  26. the changes the first application made exist.
  27.  
  28. However, if the parent is another MS-DOS-based application,
  29. environment variables can be modified by the child application and
  30. used by the parent.
  31.  
  32. Additional reference words: 3.10 winnt
  33.  
  34. =============================================================================
  35.  
  36. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  37. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  38. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  39. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  40. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  41. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  42. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  43. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  44. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  45. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  46. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  47.  
  48. Copyright Microsoft Corporation 1993.